From 96a4cfade3d7d8634129b0cc94dd945d3de3a806 Mon Sep 17 00:00:00 2001 From: Matthew Daley Date: Thu, 5 Dec 2013 21:37:38 +1300 Subject: [PATCH] tools: remove duplicate #includes (From first party code; ie. not including tdb) Signed-off-by: Matthew Daley Acked-by: Ian Campbell --- tools/console/client/main.c | 1 - tools/libxc/xc_flask.c | 1 - tools/xcutils/xc_save.c | 1 - tools/xenstore/xenstored_domain.c | 1 - 4 files changed, 4 deletions(-) diff --git a/tools/console/client/main.c b/tools/console/client/main.c index 324200890d..eb6a1a9315 100644 --- a/tools/console/client/main.c +++ b/tools/console/client/main.c @@ -33,7 +33,6 @@ #include #include #include -#include #include #ifdef __sun__ #include diff --git a/tools/libxc/xc_flask.c b/tools/libxc/xc_flask.c index 255e4b0b82..bb117f7708 100644 --- a/tools/libxc/xc_flask.c +++ b/tools/libxc/xc_flask.c @@ -27,7 +27,6 @@ #include #include #include -#include #define OCON_ISID 0 /* initial SIDs */ #define OCON_PIRQ 1 /* physical irqs */ diff --git a/tools/xcutils/xc_save.c b/tools/xcutils/xc_save.c index 45ad0ce253..ecf54440c3 100644 --- a/tools/xcutils/xc_save.c +++ b/tools/xcutils/xc_save.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include diff --git a/tools/xenstore/xenstored_domain.c b/tools/xenstore/xenstored_domain.c index f7bbb03c96..6d0394d3f7 100644 --- a/tools/xenstore/xenstored_domain.c +++ b/tools/xenstore/xenstored_domain.c @@ -22,7 +22,6 @@ #include #include #include -#include #include "utils.h" #include "talloc.h" -- 2.30.2